home *** CD-ROM | disk | FTP | other *** search
- /* Routine definitions. */
- void clear_wyse_screen(int);
- void initialize_testing(int);
- char new_char(void);
- void test_protected_mode(int);
- void test_scr_attribs(int);
- void test_scr_loc(int, int, int);
- void test_scr_print(int, int, int);
-
- /* Define statements. */
- #define ESC_CODE "\x1b"
-
- #ifndef GLOBAL
- extern int long_version;
- #endif
-
- #undef GLOBAL